home *** CD-ROM | disk | FTP | other *** search
- /* global flags for bm */
- int cFlag = 0, /* true if we want only a count of matching lines */
- fFlag = 0, /* true if the patterns arew to come from a file */
- lFlag = 0, /* true if we want a list of files containing the pattern */
- nFlag = 0, /* true if we want the character offset of the pattern */
- sFlag = 0, /* true if we want silent mode */
- xFlag = 0, /* true if we want only lines which match entirely */
- mFlag = 1, /* true if we do not want case sensitivity */
- eFlag = 0, /* indicates that next argument is the pattern */
- hFlag = 0, /* true if we want no filenames in output */
- zFlag = 0, // Allout fast go go go
- MatchCount = 0; /* count of number of times a search string was found
- * in the text */
-
- char *FileName = 0;
-